home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Shareware / xStarter 1.8.8 / setup.exe / {app} / xStartUI.exe / 0 / RCDATA / TFRLOGDISPL / TFRLOGDISPL.txt
Text File  |  2007-06-06  |  2KB  |  80 lines

  1. object frLogDispl: TfrLogDispl
  2.   Left = 0
  3.   Top = 0
  4.   Width = 369
  5.   Height = 247
  6.   TabOrder = 0
  7.   TabStop = True
  8.   object VST: TVirtualStringTree
  9.     Left = 0
  10.     Top = 0
  11.     Width = 369
  12.     Height = 247
  13.     Align = alClient
  14.     BevelInner = bvNone
  15.     BevelKind = bkTile
  16.     BorderStyle = bsNone
  17.     DragOperations = [doMove]
  18.     DragType = dtVCL
  19.     DrawSelectionMode = smBlendedRectangle
  20.     Header.AutoSizeIndex = 2
  21.     Header.Font.Charset = DEFAULT_CHARSET
  22.     Header.Font.Color = clWindowText
  23.     Header.Font.Height = -11
  24.     Header.Font.Name = 'Tahoma'
  25.     Header.Font.Style = []
  26.     Header.Options = [hoAutoResize, hoColumnResize, hoShowHint, hoVisible]
  27.     Header.ParentFont = True
  28.     Header.Style = hsFlatButtons
  29.     HintAnimation = hatNone
  30.     HintMode = hmHint
  31.     ParentShowHint = False
  32.     PopupMenu = TBPopupMenu1
  33.     ShowHint = True
  34.     TabOrder = 0
  35.     TreeOptions.AnimationOptions = [toAnimatedToggle]
  36.     TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoSpanColumns, toAutoTristateTracking, toAutoDeleteMovedNodes]
  37.     TreeOptions.MiscOptions = [toFullRepaintOnResize, toInitOnSave, toWheelPanning]
  38.     TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowTreeLines, toShowVertGridLines, toThemeAware, toUseBlendedImages]
  39.     TreeOptions.SelectionOptions = [toExtendedFocus, toFullRowSelect, toRightClickSelect]
  40.     OnGetText = VSTGetText
  41.     OnGetImageIndex = VSTGetImageIndex
  42.     OnGetHint = VSTGetHint
  43.     OnMeasureItem = VSTMeasureItem
  44.     Columns = <
  45.       item
  46.         Position = 0
  47.         Width = 120
  48.         WideText = 'Date'
  49.       end
  50.       item
  51.         Position = 1
  52.         Width = 90
  53.         WideText = 'Time'
  54.       end
  55.       item
  56.         Position = 2
  57.         Width = 159
  58.         WideText = 'Description'
  59.       end>
  60.   end
  61.   object TBPopupMenu1: TTBPopupMenu
  62.     Left = 104
  63.     Top = 48
  64.     object ilClearTaskLog: TTBItem
  65.       Caption = 'Clear task log'
  66.       OnClick = ilClearTaskLogClick
  67.     end
  68.     object ilClearAll: TTBItem
  69.       Caption = 'Clear all logs'
  70.       OnClick = ilClearAllClick
  71.     end
  72.     object TBSeparatorItem1: TTBSeparatorItem
  73.     end
  74.     object TBItem1: TTBItem
  75.       Caption = 'Refresh Log'
  76.       OnClick = TBItem1Click
  77.     end
  78.   end
  79. end
  80.